func net/netip.appendDecimal
6 uses
net/netip (current package)
netip.go#L801: func appendDecimal(b []byte, x uint8) []byte {
netip.go#L844: ret = appendDecimal(ret, ip.v4(0))
netip.go#L846: ret = appendDecimal(ret, ip.v4(1))
netip.go#L848: ret = appendDecimal(ret, ip.v4(2))
netip.go#L850: ret = appendDecimal(ret, ip.v4(3))
netip.go#L1418: b = appendDecimal(b, uint8(p.Bits()))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |